type github.com/klauspost/compress/zstd.blockType

8 uses

	github.com/klauspost/compress/zstd (current package)
		blockdec.go#L18: type blockType uint8
		blockdec.go#L23: 	blockTypeRaw blockType = iota
		blockdec.go#L103: 	Type blockType
		blockdec.go#L137: 	b.Type = blockType((bh >> 1) & 3)
		blockenc.go#L128: func (h *blockHeader) setType(t blockType) {
		blocktype_string.go#L21: func (i blockType) String() string {
		blocktype_string.go#L22: 	if i >= blockType(len(_blockType_index)-1) {
		decodeheader.go#L219: 	blockType := blockType((bh >> 1) & 3)